clk-bcm2835: Add claim-clocks property
authorPhil Elwell <phil@raspberrypi.org>
Mon, 13 Feb 2017 17:20:08 +0000 (17:20 +0000)
committerRaspbian kernel package updater <root@raspbian.org>
Thu, 15 Feb 2018 17:28:56 +0000 (17:28 +0000)
commit93de8766403a8ba00dd239256316a3828f6f4da3
tree60f7b4ff8664fbce321d86244a06d896b7134e4d
parent080fde40d80dcb537c220cfa4d6789b184b4d4a5
clk-bcm2835: Add claim-clocks property

The claim-clocks property can be used to prevent PLLs and dividers
from being marked as critical. It contains a vector of clock IDs,
as defined by dt-bindings/clock/bcm2835.h.

Use this mechanism to claim PLLD_DSI0, PLLD_DSI1, PLLH_AUX and
PLLH_PIX for the vc4_kms_v3d driver.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts
drivers/clk/bcm/clk-bcm2835.c